projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31e1d9e
)
; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 21 Sep 2017 08:29:11 +0000
(11:29 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 21 Sep 2017 08:29:11 +0000
(11:29 +0300)
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index 4a4fe52c8722a4b1670e258f061dbd7bd4230fb1..169d2632f4f9640a79a76c7fc83c7c927ff0617a 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-1917,7
+1917,7
@@
CLICK position, kill the secondary selection."
(gui-set-selection 'SECONDARY str))))
(defun secondary-selection-exist-p ()
- "Return non-nil if the
re is the secondary selection in
current buffer."
+ "Return non-nil if the
secondary selection exists in the
current buffer."
(memq mouse-secondary-overlay (overlays-in (point-min) (point-max))))
(defun secondary-selection-to-region ()